lib/ostree-sysroot-deploy: add a missing include for stdint.h
authorLuca BRUNO <luca.bruno@coreos.com>
Fri, 6 May 2022 10:07:23 +0000 (10:07 +0000)
committerLuca BRUNO <luca.bruno@coreos.com>
Fri, 6 May 2022 10:07:23 +0000 (10:07 +0000)
src/libostree/ostree-sysroot-deploy.c

index 404f336fb5009ac46e54f1e43f0c56c83ef89922..96cc07531e5a84315a3f3f28cf1bf63060adc7ca 100644 (file)
@@ -22,6 +22,7 @@
 #include <gio/gunixinputstream.h>
 #include <gio/gunixoutputstream.h>
 #include <glib-unix.h>
+#include <stdint.h>
 #include <sys/mount.h>
 #include <sys/statvfs.h>
 #include <sys/socket.h>